docs: fix content-type for *.md and *.txt files in docs deploy#9438
Merged
reidbarber merged 1 commit intomainfrom Jan 6, 2026
Merged
docs: fix content-type for *.md and *.txt files in docs deploy#9438reidbarber merged 1 commit intomainfrom
reidbarber merged 1 commit intomainfrom
Conversation
|
Build successful! 🎉 |
devongovett
approved these changes
Jan 5, 2026
snowystinger
approved these changes
Jan 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some unicode characters weren't getting rendered correctly (e.g. as
â€) in *.md and *.txt files in the docs build. We need to be more explicit about the content-type here.✅ Pull Request Checklist:
📝 Test Instructions:
Before: https://react-aria.adobe.com/Calendar.md
Before: https://react-aria.adobe.com/llms.txt
After: https://d5iwopk28bdhl.cloudfront.net/pr/b11acecd045b658f4247ce3dfc019d7453350e84/Calendar.md
After: https://d5iwopk28bdhl.cloudfront.net/pr/b11acecd045b658f4247ce3dfc019d7453350e84/llms.txt
Cmd+F search to confirm that
â€isn't in the new output.🧢 Your Project: